home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / noweb / contrib / jonkrom / Makefile < prev    next >
Makefile  |  1995-02-24  |  305b  |  16 lines

  1. LIB=/dev/null    # override for installation
  2. SHELL=/bin/sh
  3. all: noxref.krom
  4.     chmod +x noxref.krom
  5.  
  6. install:
  7.     cp noxref.krom $(LIB)
  8.  
  9. source: noxref.krom
  10.  
  11. noxref.krom: noxref.nw
  12.     notangle -Rnoxref noxref.nw > noxref.krom
  13.  
  14. clean:
  15.     /bin/rm -f *.tex *.dvi *.ilg *.idx *.aux *.log *.blg *.bbl *~ *.ind noxref.krom
  16.